home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / debug / memmon.dir / 00056_Script_56 < prev    next >
Text File  |  1995-02-15  |  342b  |  19 lines

  1. on enterFrame
  2.   repeat with temp = 13 to 17
  3.     puppetsprite temp, 0
  4.     puppetsprite temp, 1
  5.   end repeat
  6.   --  puppetSprite 29, 0 
  7.   --  puppetSprite 30, 0
  8.   repeat with temp = 35 to 40
  9.     puppetsprite temp, 1
  10.     puppetsprite temp, 1
  11.   end repeat
  12.   updatestage
  13.   handlebuttons
  14.   UpdateMeters
  15. end
  16.  
  17. on exitFrame
  18.   DoMe
  19. end